Adwaita: Update for entry icon changes
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2015 19:41:05 +0000 (15:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Oct 2015 19:41:05 +0000 (15:41 -0400)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 97931bf65cee5205e71eeec7a09c23839b63abcb..edf8f70660f7ef727f38d4fee934a20dbd8151c3 100644 (file)
@@ -223,7 +223,7 @@ entry {
   border: 1px solid;
   padding: 5px 8px 6px;
 
-  &.image { // icons inside the entry
+  & image { // icons inside the entry
     &.left { padding-left: 0; }
     &.right { padding-right: 0; }
   }
@@ -281,7 +281,7 @@ entry {
     }
   }
 
-  &.image { // entry icons colors
+  & image { // entry icons colors
     color: mix($fg_color, $base_color, 80%);
     &:hover { color: $fg_color; }
     &:active { color: $selected_bg_color; }
index e31630fba19ea79abd8aeb0a7c3c5d753382f005..533eb9b8c01f8701f1599d98a34de96a3e2b91fb 100644 (file)
@@ -162,9 +162,9 @@ entry {
   color: white;
   border-color: #1c1f1f;
   box-shadow: inset 0 0 0 1px rgba(33, 93, 156, 0), 0 1px rgba(238, 238, 236, 0.1); }
-  entry.image.left {
+  entry image.left {
     padding-left: 0; }
-  entry.image.right {
+  entry image.right {
     padding-right: 0; }
   entry.flat, entry.flat:focus {
     padding: 2px;
@@ -234,13 +234,13 @@ entry {
       border-color: #432100; }
     entry.warning:selected, entry.warning:selected:focus {
       background-color: #f57900; }
-  entry.image {
+  entry image {
     color: #c7c7c5; }
-    entry.image:hover {
+    entry image:hover {
       color: #eeeeec; }
-    entry.image:active {
+    entry image:active {
       color: #215d9c; }
-    entry.image:backdrop {
+    entry image:backdrop {
       color: #7f8281; }
   .osd entry {
     background-color: transparent;
index 5bc82034db13d275a4abad0f23e9051b6282ea1b..0a67641e15c7a9898280cae0bb998e7f37f65023 100644 (file)
@@ -162,9 +162,9 @@ entry {
   color: black;
   border-color: #a1a1a1;
   box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px white; }
-  entry.image.left {
+  entry image.left {
     padding-left: 0; }
-  entry.image.right {
+  entry image.right {
     padding-right: 0; }
   entry.flat, entry.flat:focus {
     padding: 2px;
@@ -234,13 +234,13 @@ entry {
       border-color: #f57900; }
     entry.warning:selected, entry.warning:selected:focus {
       background-color: #f57900; }
-  entry.image {
+  entry image {
     color: #585d5e; }
-    entry.image:hover {
+    entry image:hover {
       color: #2e3436; }
-    entry.image:active {
+    entry image:active {
       color: #4a90d9; }
-    entry.image:backdrop {
+    entry image:backdrop {
       color: #a5a7a8; }
   .osd entry {
     background-color: transparent;